home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-01-02 | 1.1 KB | 35 lines | [TEXT/GEOL] |
- Item 9721240 31-Dec-89 17:28
-
- From: D5295 Reseach SW Design, D Goldman,PRT
-
- To: MACAPP.TECH$ MacApp Technical
-
- cc: MACAPP.TEST MacApp SQA Team
-
- Sub: Re- TextEdit Probs
-
- Oops(in the old sense)!
-
- Please ignore my previous puzzlement regarding dragging in TEViews yielding
- reverse-video-izing of the inset. My own fault, related to changes I made to
- AutoScrollTEView.
-
- By the way, if for some reason any of you made those same changes (as per my
- "TTEView vs Interface…", archived as Dec89 note #0173), then here's what I did
- wrong. Near the very end of AutoScrollTEView, I left out a line:
-
- IF pCurrTEView.Focus THEN
- pCurrTEView.ClipFurtherTo(pCurrTEView.fHTE^^.destRect, 0, 0);
- END
- else{added by DWG, 12/6/89:}
- if (aView <> pCurrTEView) & pCurrTEView.Focus then
- {*** this should have been added as well: ***}
- pCurrTEView.ClipFurtherTo(pCurrTEView.fHTE^^.destRect, 0, 0);
- END;
-
- My apologies.
-
- -- Dave Goldman, D5295
- Research Software Design
-
-